home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl760 / scnp785j.lzh / SURFACE.PLT < prev    next >
Text File  |  1992-03-02  |  268b  |  21 lines

  1. clrdata
  2. clrplot
  3.  
  4. title Surface Plot Y(X,Z)
  5. zlabel Z
  6. xlabel X
  7. ylabel Y
  8. xstart -12
  9. xend 12
  10. xsamples 40
  11. xstep 4
  12. xtics 3
  13. zstart -12
  14. zend 12
  15. zsamples 40
  16. zstep 4
  17. ztics 3
  18. message Calculating - please wait ...
  19. y(x,z) = sinc( sqrt(x*x+z*z) )
  20. plot3d surface
  21.